home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk59 / loadiff / iff_lib.fd < prev    next >
Text File  |  1995-03-19  |  592b  |  21 lines

  1. *iff_lib.fd created 1/16/89
  2. *One more time for all you BASIC guys who want more
  3. *out of your machine.
  4. *James R. Boyd
  5. ##base _IFFBase
  6. ##bias 30
  7. ##public
  8. OpenIFF(filename)(A0)
  9. CloseIFF(ifffile)(a1)
  10. FindChunk(ifffile,chunkname)(A1/D0)
  11. GetBMHD(ifffile)(A1)
  12. GetColorTab(ifffile,colortable)(A1/A0)
  13. DecodePic(ifffile,bitmap)(A1/A0)
  14. SaveBitMap(filename,bitmap,colortable,flags)(A0/A1/A2/D0)
  15. SaveClip(filename,bitmap,coltab,flags,xoff,yoff,width,height)(A0/A1/A2/D0/D1/D2/D3/D4)
  16. IffError()
  17. GetViewModes(ifffile)(A1)
  18. * This one is new for V16.1, added by CHW:
  19. NewOpenIFF(filename,memattr)(A0/D0)
  20. ##end
  21.